home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TFPROGRAM / TFPROGRAM.txt
Text File  |  1999-03-22  |  2KB  |  98 lines

  1. object FProgram: TFProgram
  2.   Left = 345
  3.   Top = 241
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Program Speed Dial'
  7.   ClientHeight = 137
  8.   ClientWidth = 276
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   Scaled = False
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 63
  17.     Top = 45
  18.     Width = 31
  19.     Height = 13
  20.     Alignment = taRightJustify
  21.     Caption = 'Name:'
  22.     Transparent = True
  23.   end
  24.   object Label2: TLabel
  25.     Left = 54
  26.     Top = 74
  27.     Width = 40
  28.     Height = 13
  29.     Alignment = taRightJustify
  30.     Caption = 'Number:'
  31.     Transparent = True
  32.   end
  33.   object Label3: TLabel
  34.     Left = 53
  35.     Top = 17
  36.     Width = 40
  37.     Height = 13
  38.     Alignment = taRightJustify
  39.     Caption = 'Position:'
  40.     Transparent = True
  41.   end
  42.   object Bok: TButton
  43.     Left = 101
  44.     Top = 106
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'OK'
  48.     ModalResult = 1
  49.     TabOrder = 4
  50.   end
  51.   object BCancel: TButton
  52.     Left = 195
  53.     Top = 106
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 5
  59.   end
  60.   object SpeedName: TEdit
  61.     Left = 101
  62.     Top = 41
  63.     Width = 164
  64.     Height = 21
  65.     Color = clWhite
  66.     TabOrder = 1
  67.     Text = 'Edit1'
  68.   end
  69.   object SpeedNumber: TEdit
  70.     Left = 101
  71.     Top = 70
  72.     Width = 164
  73.     Height = 21
  74.     Color = clWhite
  75.     TabOrder = 2
  76.     Text = 'SpeedNumber'
  77.   end
  78.   object BClear: TButton
  79.     Left = 7
  80.     Top = 106
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'Clear'
  84.     TabOrder = 3
  85.     OnClick = BClearClick
  86.   end
  87.   object PositionBox: TComboBox
  88.     Left = 101
  89.     Top = 13
  90.     Width = 36
  91.     Height = 21
  92.     Style = csDropDownList
  93.     ItemHeight = 13
  94.     MaxLength = 2
  95.     TabOrder = 0
  96.   end
  97. end
  98.